home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import javax.swing.event.AncestorEvent;
- import javax.swing.event.AncestorListener;
-
- final class JComboBox$1 implements AncestorListener {
- // $FF: synthetic field
- private final JComboBox this$0;
-
- // $FF: synthetic method
- JComboBox$1(JComboBox var1) {
- this.this$0 = var1;
- }
-
- public void ancestorAdded(AncestorEvent var1) {
- this.this$0.hidePopup();
- }
-
- public void ancestorMoved(AncestorEvent var1) {
- this.this$0.hidePopup();
- }
-
- public void ancestorRemoved(AncestorEvent var1) {
- this.this$0.hidePopup();
- }
- }
-